projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8402100
)
(f90-indent-subprogram): Braino (missing arg).
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 2 Apr 2002 17:29:58 +0000
(17:29 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 2 Apr 2002 17:29:58 +0000
(17:29 +0000)
lisp/progmodes/f90.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/f90.el
b/lisp/progmodes/f90.el
index c2f0c4686ef55531647ff1086bd7597cb0e849f9..4588e8f73b69639d5351a60c6a47786eddb80845 100644
(file)
--- a/
lisp/progmodes/f90.el
+++ b/
lisp/progmodes/f90.el
@@
-1417,11
+1417,11
@@
If run in the middle of a line, the line is not broken."
(progn
(message "Indenting %s %s..."
(car program) (car (cdr program)))
- (indent-region (point) (mark))
+ (indent-region (point) (mark)
nil
)
(message "Indenting %s %s...done"
(car program) (car (cdr program))))
(message "Indenting the whole file...")
- (indent-region (point) (mark))
+ (indent-region (point) (mark)
nil
)
(message "Indenting the whole file...done")))))
;; autofill and break-line